mDocs Verifier SDK
Toggle table of contents
5.0.0
Select version
5.0.0
4.1.1
4.1.0
4.0.0
3.0.0
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
mDocs Verifier SDK
mDocs Verifier SDK
/
global.mattr.mobilecredential.verifier.exception
/
VerifierException
/
OnlinePresentationSessionException
/
UserCanceledException
User
Canceled
Exception
class
UserCanceledException
(
message
:
String
=
"User has canceled the credentials presentation."
,
cause
:
Throwable
?
=
null
)
:
VerifierException.OnlinePresentationSessionException
Members
Constructors
User
Canceled
Exception
Link copied to clipboard
constructor
(
message
:
String
=
"User has canceled the credentials presentation."
,
cause
:
Throwable
?
=
null
)
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
message
Link copied to clipboard
open
val
message
:
String
?